From 3d4079e2e9da5a0eb9a388b8d9996676dec5ca0b Mon Sep 17 00:00:00 2001 From: Debian Elfutils Maintainers Date: Wed, 29 Oct 2025 06:57:58 +0100 Subject: [PATCH] perf_regs Gbp-Pq: Name perf_regs.diff --- backends/libebl_PERF_FLAGS.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/backends/libebl_PERF_FLAGS.h b/backends/libebl_PERF_FLAGS.h index 51c20ea..403c876 100644 --- a/backends/libebl_PERF_FLAGS.h +++ b/backends/libebl_PERF_FLAGS.h @@ -32,9 +32,8 @@ #define _LIBEBL_PERF_FLAGS_H 1 #if defined(__linux__) +#if defined(__linux__) && !defined(__alpha__) && !defined(__hppa__) && !defined(__m68k__) && !defined(__sh__) && !defined(__sparc__) /* XXX Need to exclude __linux__ arches without perf_regs.h. */ -#if defined(__x86_64__) || defined(__i386__) -/* || defined(other_architecture)... */ # include #endif #endif -- 2.30.2